home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
misc
/
math
/
solve10.sit
/
Motion Equations
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-04-23
|
213 b
|
6 lines
{ Galileo's equations of motion for a falling body. }
precision = 5
position = initial_velocity * time + acceleration * (time ^ 2) / 2
velocity = initial_velocity + acceleration * time
acceleration = -32 {ft/s^2}